projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c83712
)
*gtk/gtkfixed.h: seal members.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:53 +0000
(10:59 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:53 +0000
(10:59 +0000)
svn path=/trunk/; revision=20512
gtk/gtkfixed.h
patch
|
blob
|
history
diff --git
a/gtk/gtkfixed.h
b/gtk/gtkfixed.h
index cea5adaa5ecc7adef8cc59a16551f577d9133817..645a272e68daf81d42dfa64d3c91b78b2e54dcba 100644
(file)
--- a/
gtk/gtkfixed.h
+++ b/
gtk/gtkfixed.h
@@
-54,7
+54,7
@@
struct _GtkFixed
{
GtkContainer container;
- GList *
children
;
+ GList *
GSEAL (children)
;
};
struct _GtkFixedClass